home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr23 / fdsz0114.zip / FDSZ.DOC next >
Text File  |  1995-01-14  |  3KB  |  63 lines

  1.  
  2.     FDSZ.EXE  (Prototype)  FOSSIL flavor of DSZ.EXE
  3.  
  4. The title says it all.  More or less.
  5.  
  6. This version uses INT14h 0-3 subfunctions.  Unfortunately these
  7. are the only standardized subfunctions.  Almost standardized.
  8.  
  9. The com port and its parameters should be set up before calling
  10. FDSZ.  FDSZ will not initialize a Fossil driver.  Why?  Because
  11. FDSZ is meant to be called from another program, and it must leave
  12. the fossil port in the same mode FDSZ found it.  Unfortunately
  13. there apparently is no way for FDSZ to check the status of the
  14. FOSSIL port without losing the port's current settings.  So,
  15. FDSZ must assume the port is already properly set up for FOSSIL
  16. operation before it is called.
  17.  
  18. If testing FDSZ "stand alone", and you are using X00, use the XU
  19. program to activate FOSSIL on the desired port.  Note that COM1
  20. corresponds to port 0 on XU.
  21.     xu port:1:on
  22.     fdsz 2 d t
  23. Note that XU does not have a command to set flow control.  Your
  24. main program should set the com port parameters.
  25.  
  26. FDSZ can set the speed with the "speed" command, but this is not
  27. too useful because the more interesting speeds are not standardized.
  28. Since FDSZ is meant to be called from another program, you shouldn't
  29. need to use the FDSZ speed command anyway.
  30.  
  31. Depending on the BIOS/FOSSIL version, FDSZ will not operate unless
  32. Data Set Ready (DSR) is active.
  33.  
  34. FDSZ will not work well with the standard brain damaged BIOS support.
  35. You need to have FOSSIL or something compatible running.
  36.  
  37. There is considerable overhead using the INT14h interface.  Why else
  38. develop the Pentium?
  39.  
  40. DSZ commands related to direct serial port access are not
  41. supported.  These include the F, D, handshake, and off commands,
  42. (The d (lower case) command is supported.) P, S, and Y
  43. parameters.  The port command takes a number only.
  44.  
  45. Otherwise, functionality is similar to DSZ.EXE.
  46.  
  47. Suggested FDSZ command line for Digiboard:
  48.  
  49. fdsz 5 t        -- for interactive operation
  50. fdsz 5 sz foo.baz
  51.  
  52. The "5" is the port number.  5 is the first port on a two-port
  53. Digiboard PC/2E.  Sending the FCC AM database from a Unix
  54. machine with a 115kb Comtrol RocketPort port to a Pentium with
  55. Digiboard I got about 220kb/sec throughput using ZMODEM
  56. compression.  I guarantee you can't match this with an XT.
  57.  
  58.   Chuck Forsberg WA7KGX       caf@omen.COM      503-621-3406
  59. Author of YMODEM, ZMODEM, Professional-YAM, ZCOMM, GSZ and DSZ
  60.    Omen Technology Inc      "The High Reliability Software"
  61. TeleGodzilla BBS: 503-621-3746     FAX:-3735    CIS:70007,2304
  62.      Genie:CAF  17505-V NW Sauvie IS RD Portland OR 97231
  63.